Skip to content

build: bump Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Logging.Abstractions, Microsoft.SemanticKernel.Abstractions and System.Text.Json in /Services/src/kernel-memory/clients/dotnet/WebClient#107

Closed
dependabot[bot] wants to merge 1 commit intodependabotchangesfrom
dependabot/nuget/Services/src/kernel-memory/clients/dotnet/WebClient/dependabotchanges/multi-0f83714d0b
Closed

build: bump Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Logging.Abstractions, Microsoft.SemanticKernel.Abstractions and System.Text.Json in /Services/src/kernel-memory/clients/dotnet/WebClient#107
dependabot[bot] wants to merge 1 commit intodependabotchangesfrom
dependabot/nuget/Services/src/kernel-memory/clients/dotnet/WebClient/dependabotchanges/multi-0f83714d0b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Logging.Abstractions, Microsoft.SemanticKernel.Abstractions and System.Text.Json. These dependencies needed to be updated together.
Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 8.0.0

Commits

Updates Microsoft.Extensions.Logging.Abstractions from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 8.0.2

Release

Commits
  • 1381d5e Merge in 'release/8.0' changes
  • c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)
  • 441c91d Merge in 'release/8.0' changes
  • c93800e Merge pull request #97065 from carlossanlop/release/8.0-staging
  • c2d2bb3 Merge branch 'release/8.0' into release/8.0-staging
  • 6d35e39 [release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...
  • 96b0a55 [release/8.0-staging] macOS: Set certificate as a dependency of private key h...
  • 85c2772 [release/8.0] Fix server-side OCSP stapling on Linux (#96838)
  • 683da71 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...
  • f9d0a7b [release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)
  • Additional commits viewable in compare view

Updates Microsoft.SemanticKernel.Abstractions from 1.16.1 to 1.40.0

Release notes

Sourced from Microsoft.SemanticKernel.Abstractions's releases.

dotnet-1.40.0

Changes:

  • 0235f2ba5520bdf1337c3815369c98db83e70165 .Net: Adding preview package suffix to Agents.OpenAI. (#10719)
  • 9d746f67a18ed5a60fdf9a06b57d0ee5dac1eadd .Net: Updated package version (#10717)
  • 9401760441066f043b1cac8c6ec577a2cb69cd97 .Net Agents: Update experimental meta-data for graduation (#10600)
  • de2268953ae4405092fc388373f8e35728d1afbf .Net: Use Contoso endpoints (#10711)
  • 9048d15ec56231996c06c9d0c5a7ec7a52e03d13 .Net: Concept sample showing how to switch deployments based on functions being called (#10480) [ #10466 ]
  • 583db49e419f2c0d1c9d11ebcf5ca231eee9350b .Net: Update sample to demonstrate how hybrid AI orchestration can be used with Kernel (#10684)
  • bd22ea3c79341b11e95167adc20218acd8c38d9e .Net: Add support for OpenAPI parameters defined with schema but without a type (#10682)

This list of changes was auto generated.

dotnet-1.39.0

Changes:

  • 2c73059b238e2a65f283bf3fffc11c65b099a3d9 .Net: Updated package version (#10677)
  • a24de534765341120c4267cebd38441ecde988ea .Net: Bump Microsoft.ML.Tokenizers and Microsoft.ML.Tokenizers.Data.Cl100kBase in /dotnet (#10665)
  • f5480e96ce1595e71f8dc4415bd3ab39c53394d3 .Net: Fix Usage Tokens in AzureOpenAI Connector - Added UT + IT's (#10657) [ #10636 ]
  • 7b83ffd95db80f0765773f5907d0dc7612b9acf3 .Net: Add prompt execution settings to AutoFunctionInvocationContext (#10551)
  • 4c91cfdbfe4d97983156b032713556f07be210dd .Net: Adds Process Framework with Aspire demo (#10614)
  • f431685f48404439c3f3c324658a97f2f85f8692 .Net Agents - Update Templating Pattern (#10633)
  • ef568751f46a2cc15553d55a31f011d6e170ef23 .Net: Added traces for OpenAI Assistant and Azure AI channels (#10630)
  • 5c7e7593fb7ff019ae0fdc5dafbad0c7feb60761 .Net: Change Agents.Abstractions to depend on SemanticKernel.Abstractions instead of SemanticKernel.Core (#10574) [ #10571 ]
  • 99cbd4570ec637c24c48526555c38d01bdc7af66 .Net Agents - Fix typos and sample execution settings (#10628)
  • 2794352b03b61ce0a9e74c11b92abd1ac1c3cc68 .Net: Add Bedrock Agent tests (#10618)

This list of changes was auto generated.

dotnet-1.38.0

Changes:

  • 2482cb9ccf386b9c17a3de2dfcc7804520deef6b Version 1.38.0 (#10625)
  • 82aafd36364c8cf8b2798201ac7b33c3ff064bf4 .Net Agents - Refine client provider/factory (#10616)
  • 7137770908b9eedbb9e5d40de7fb34d581336710 .Net: Add Bedrock Agent to .Net SDK (#10443)
  • a9b20b1661e22570548ac7663eaa30618c3dde02 .Net Agents - Support role-override for ChatCompletionAgent (#10601)
  • b6e4e6688a1e484d1fdfd4d25d7a73381903293e .Net: Bump System.Formats.Asn1 from 8.0.1 to 8.0.2 in /dotnet (#10579) [ #97110, #97065, #96838, #96566 ]
  • e183399592491eda5d38ed900ad1683f81d01d14 .Net Agents - Fix and streamlining for OpenAIAssistantAgent (#10583)

... (truncated)

Commits
  • 5e8fc1e Python: Bump Python version to 1.22.0 for a release. (#10718)
  • 0235f2b .Net: Adding preview package suffix to Agents.OpenAI. (#10719)
  • 9d746f6 .Net: Updated package version (#10717)
  • 9401760 .Net Agents: Update experimental meta-data for graduation (#10600)
  • 16d48bb Python: lazy create stores in integration tests (#10705)
  • de22689 .Net: Use Contoso endpoints (#10711)
  • 9048d15 .Net: Concept sample showing how to switch deployments based on functions bei...
  • 15ca7a7 Python: Agent get_response API (#10701)
  • 536edaa Python: Introducing the Chroma Connector with the new vector store design (#1...
  • caef2f3 Python: improve feature decorator return type so it doesn't affect Pylance (#...
  • Additional commits viewable in compare view

Updates System.Text.Json from 8.0.5 to 8.0.5

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…ng.Abstractions, Microsoft.SemanticKernel.Abstractions and System.Text.Json

Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime), [Microsoft.SemanticKernel.Abstractions](https://github.com/microsoft/semantic-kernel) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.0)

Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v8.0.2)

Updates `Microsoft.SemanticKernel.Abstractions` from 1.16.1 to 1.40.0
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.16.1...dotnet-1.40.0)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v8.0.5)

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.SemanticKernel.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 18, 2025
@dependabot dependabot bot deleted the dependabot/nuget/Services/src/kernel-memory/clients/dotnet/WebClient/dependabotchanges/multi-0f83714d0b branch March 18, 2025 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants